net.netFD.setAddr (method)
8 uses
net (current package)
fd_posix.go#L29: func (fd *netFD) setAddr(laddr, raddr Addr) {
fd_unix.go#L189: netfd.setAddr(netfd.addrFunc()(lsa), netfd.addrFunc()(rsa))
file_unix.go#L66: fd.setAddr(laddr, raddr)
sock_posix.go#L141: fd.setAddr(fd.addrFunc()(lsa), fd.addrFunc()(crsa))
sock_posix.go#L143: fd.setAddr(fd.addrFunc()(lsa), fd.addrFunc()(rsa))
sock_posix.go#L145: fd.setAddr(fd.addrFunc()(lsa), raddr)
sock_posix.go#L177: fd.setAddr(fd.addrFunc()(lsa), nil)
sock_posix.go#L224: fd.setAddr(fd.addrFunc()(lsa), nil)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |